summaryrefslogtreecommitdiff
path: root/app/[lng]/engineering/(engineering)/vendor-investigation/page.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'app/[lng]/engineering/(engineering)/vendor-investigation/page.tsx')
-rw-r--r--app/[lng]/engineering/(engineering)/vendor-investigation/page.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/app/[lng]/engineering/(engineering)/vendor-investigation/page.tsx b/app/[lng]/engineering/(engineering)/vendor-investigation/page.tsx
index c59de869..af9f3e11 100644
--- a/app/[lng]/engineering/(engineering)/vendor-investigation/page.tsx
+++ b/app/[lng]/engineering/(engineering)/vendor-investigation/page.tsx
@@ -34,12 +34,12 @@ export default async function IndexPage(props: IndexPageProps) {
<div className="flex items-center justify-between space-y-2">
<div>
<h2 className="text-2xl font-bold tracking-tight">
- Vendor Investigation Management
+ 협력업체 실사 관리
</h2>
- <p className="text-muted-foreground">
+ {/* <p className="text-muted-foreground">
요청된 Vendor 실사에 대한 스케줄 정보를 관리하고 결과를 입력할 수 있습니다.
- </p>
+ </p> */}
</div>
</div>
</div>